how to save the command result with ! in python

25

subprocess = subprocess.Popen("echo Hello World", shell=True, stdout=subprocess.PIPE)

Comments

Submit
0 Comments